home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / editor / ascize12.zip / README.DOC < prev   
Text File  |  1992-09-25  |  13KB  |  456 lines

  1.  
  2.  
  3.                               Shareware Information
  4.                                    Mike Albert
  5.                                   September 1992
  6.  
  7.      1  Introduction
  8.  
  9.         This file describes the shareware programs I currently publish, how
  10.         to contact me, and how to get current copies of the programs.
  11.  
  12.         The programs currently available are:
  13.  
  14.            Program    Ver.    Function
  15.            -------    ----    --------
  16.  
  17.            CIPHER     1.4     Encrypt/decrypt files
  18.  
  19.            FC         2.7     Compare ASCII files
  20.  
  21.            FCDOC      2.4     Compare English documents
  22.  
  23.            FCBIN      1.2     Compare files byte by byte
  24.  
  25.            ASCIIZE    1.2     Convert binary files to/from ASCII
  26.  
  27.            ZEROFREE   1.0     Clear disk free space so unerase utilities
  28.                               can't recover your data
  29.  
  30.            ZIPFIND    1.2     Search ARC and ZIP files for text strings
  31.  
  32.            D          1.0     Manage files, directories, and archives
  33.  
  34.            SQUISH     1.0     Compress/decompress files
  35.  
  36.  
  37.  
  38.      2  Program descriptions:
  39.  
  40.         Program: Cipher
  41.  
  42.         Version: 1.4
  43.  
  44.         Files:   CIPHER.COM     Program
  45.                  CIPHER.DOC     Documentation
  46.  
  47.         Purpose:
  48.  
  49.            Cipher scrambles files so that no one can use them - unless they
  50.            have the correct key.  Cipher is designed to protect files on your
  51.            computer from misuse by others who may have access to your PC.
  52.            (The ZEROFREE program described below is also useful for this.)
  53.            Cipher provides the following benefits:
  54.  
  55.         Features:
  56.  
  57.            o  Cipher is easy to use - it protects you from mistakes and helps
  58.               you to remember keys.
  59.  
  60.            o  Cipher is much faster than other programs that provide
  61.               comparable security.
  62.  
  63.  
  64.  
  65.  
  66.                                        - 1 -
  67.  
  68.            o  Protection is provided by a reliable, documented method that is
  69.               highly resistant to attack - even by expert programmers and
  70.               cryptographic analysts.
  71.  
  72.            o  Cipher can encrypt files in place, so unerase utilities can't
  73.               recreate them.
  74.  
  75.            o  Cipher can also make a new encrypted file and leave the
  76.               original file untouched - this is useful when sending an
  77.               encrypted file to someone else.
  78.  
  79.            o  Cipher checks when decrypting a file to ensure that the file
  80.               hasn't been corrupted.
  81.  
  82.            o  Cipher can be used from batch files to provide security
  83.               automatically.
  84.  
  85.            o  Cipher guards against changes to itself - you can be sure you
  86.               have an unmodified Cipher and also detect any subsequent
  87.               tampering.
  88.  
  89.  
  90.  
  91.         Program: FC
  92.  
  93.         Version: 2.7
  94.  
  95.         Files:   FC.EXE         Program
  96.                  FC.DOC         Documentation
  97.  
  98.         Purpose:
  99.  
  100.            FC compares two text files and lists the differences between them
  101.            line by line.  FC provides the following benefits:
  102.  
  103.         Features:
  104.  
  105.            o  FC shows word by word differences between lines that have
  106.               changed.
  107.  
  108.            o  FC can ignore white space changes.  This is useful when you
  109.               want to ignore format changes in "C" programs or other text.
  110.  
  111.            o  FC never gets confused or "unsynchronized" (as some comparison
  112.               programs can).
  113.  
  114.            o  FC always finds the smallest set of differences between files,
  115.               and never misses matching lines.
  116.  
  117.            o  FC helps "C" programmers merge program changes.  FC can compare
  118.               two "C" programs containing separate sets of changes, and
  119.               combine them automatically to make a single program.
  120.  
  121.            o  FC lets you do multiple comparisons in one run.
  122.  
  123.            o  FC lets you list changes in ways that make sense to you by
  124.               providing multiple display options.  You can also customize FC
  125.               to use your favorite options automatically.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       - 2 -
  132.  
  133.         Program: FCDOC
  134.  
  135.         Version: 2.4
  136.  
  137.         Files:   FC.EXE         Program
  138.                  FC.DOC         Documentation
  139.  
  140.         Purpose:
  141.  
  142.            FCDOC compares two text English files and lists the differences
  143.            between them sentence by sentence.  FCDOC works with any ASCII
  144.            text file containing English text.
  145.  
  146.         Features:
  147.  
  148.            o  FCDOC ignores format differences, so changes in margins,
  149.               indentation, and white space are not shown.  This allows you to
  150.               look at content changes without being distracted by unimportant
  151.               details.
  152.  
  153.            o  FCDOC can show word by word differences between sentences that
  154.               have changed.
  155.  
  156.            o  FCDOC never gets confused or "unsynchronized" (as some
  157.               comparison programs can).
  158.  
  159.            o  FCDOC always finds the smallest set of differences between
  160.               files, and never misses matching sentences.
  161.  
  162.            o  FCDOC lets you do multiple comparisons in one run.
  163.  
  164.            o  FCDOC lets you list changes in ways that make sense to you by
  165.               providing multiple display options.  You can also customize
  166.               FCDOC to use your favorite options automatically.
  167.  
  168.  
  169.  
  170.         Program: FCBIN
  171.  
  172.         Version: 1.2
  173.  
  174.         Files:   FCBIN.EXE      Program
  175.                  FCBIN.DOC      Documentation
  176.  
  177.         Purpose:
  178.  
  179.            FCBIN compares two files and lists the differences between them
  180.            byte by byte.
  181.  
  182.         Features:
  183.  
  184.            o  FCBIN shows PER BYTE differences between files.  Line endings
  185.               are treated just like other characters.
  186.  
  187.            o  Any type of file - ASCII, executable, data base, etc. - can be
  188.               compared.
  189.  
  190.            o  FCBIN never gets confused or "unsynchronized" (as some
  191.               comparison programs can).
  192.  
  193.  
  194.  
  195.  
  196.                                       - 3 -
  197.  
  198.            o  FCBIN always finds the smallest set of differences between
  199.               files, and never misses matching bytes.
  200.  
  201.            o  FCBIN lets you do multiple comparisons in one run.
  202.  
  203.            o  FCBIN can be customized to use your favorite options
  204.               automatically.
  205.  
  206.  
  207.  
  208.         Program: ASCIIZE
  209.  
  210.         Version: 1.2
  211.  
  212.         Files:   ASCIIZE.EXE    Program
  213.  
  214.         Purpose:
  215.  
  216.            ASCIIZE transforms any file to or from an ASCII-encoded form.
  217.            This is useful when transferring a binary file via an ASCII-only
  218.            medium (e.g. an EMAIL message).
  219.  
  220.         Features:
  221.  
  222.            o  You can add an explanation to the front of the ASCII-encoded
  223.               file.
  224.  
  225.            o  Any changes made to the ASCII-encoded text are detected when
  226.               the text is converted back to binary.
  227.  
  228.  
  229.  
  230.         Program: ZEROFREE
  231.  
  232.         Version: 1.0
  233.  
  234.         Files:   ZEROFREE.EXE      Program
  235.                  ZEROFREE.DOC      Documentation
  236.  
  237.         Purpose:
  238.  
  239.            ZEROFREE protects your deleted files from access by others who
  240.            have access to your machine.  Without ZEROFREE, undelete utilities
  241.            and disk editors can recover data that is left in unused data
  242.            areas of your disk.
  243.  
  244.         Features:
  245.  
  246.            o  ZEROFREE zeroes the complete unallocated data area of a disk,
  247.               so undelete utilities, disk editors, and data recovery programs
  248.               cannot access data from deleted files.
  249.  
  250.            o  ZEROFREE zeroes the directory entries of deleted files, so that
  251.               the names, sizes, or dates of deleted files are erased too.
  252.  
  253.            o  ZEROFREE zeroes the unused space at the end of files, so that
  254.               disk editors can't recover data that may remain there.
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                       - 4 -
  262.  
  263.         Program: ZIPFIND
  264.  
  265.         Version: 1.2
  266.  
  267.         Files:   ZIPFIND.EXE    Program
  268.                  ZIPFIND.DOC    Documentation
  269.  
  270.         Purpose:
  271.  
  272.            ZIPFIND searches ZIP or ARC files for text strings, and displays
  273.            each line of each archived file that contains the desired string.
  274.  
  275.         Features:
  276.  
  277.            o  Any type of file stored in an ARC or ZIP file can be searched
  278.               for any text string.
  279.  
  280.            o  You can use your own text search program to provide more
  281.               powerful search options.  Many programs (e.g. GREP variants)
  282.               provide pattern searches and special output options not
  283.               otherwise available.
  284.  
  285.            o  You can use MS-DOS wildcards to search multiple ARC and ZIP
  286.               files.
  287.  
  288.  
  289.  
  290.         Program: D
  291.  
  292.         Version: 1.0
  293.  
  294.         Files:   D.EXE          Program
  295.                  D.DOC          Documentation
  296.  
  297.         Purpose:
  298.  
  299.               D lets you manipulate directories, files, and archives in an
  300.               intuitive and direct way.
  301.  
  302.         Features:
  303.  
  304.            o  D provides all standard file operations (e.g. view, delete,
  305.               copy) plus more obscure operations (e.g. setting file date).
  306.  
  307.            o  D provides all standard directory operations (e.g. make
  308.               directory) plus more obscure operations (e.g. delete a
  309.               directory and all files within it).
  310.  
  311.            o  D handles ARC and ZIP files as if they were directories.
  312.  
  313.            o  D provides many other features.
  314.  
  315.  
  316.  
  317.         Program: SQUISH
  318.  
  319.         Version: 1.0
  320.  
  321.         Files:   SQUISH.EXE     Program
  322.  
  323.  
  324.  
  325.  
  326.                                       - 5 -
  327.  
  328.         Purpose:
  329.  
  330.            SQUISH compresses or decompresses files.
  331.  
  332.         Features:
  333.  
  334.            o  Squish uses standard input and output, so that file redirection
  335.               and pipes can be used.
  336.  
  337.  
  338.  
  339.      3  Support, Ordering, and Licensing:
  340.  
  341.         I support all programs via CompuServe mail.  Messages should
  342.         carefully describe your problem or question, and be sure to note the
  343.         version of the program you're using.  I support all registered users,
  344.         and usually reply to those who haven't yet decided whether or not to
  345.         register.  I'll also respond to queries via regular U.S. Mail.  My
  346.         CompuServe userid is [70325,1134], and my mailing address is:
  347.  
  348.               Mike Albert
  349.               P. O. Box 535
  350.               Bedford, MA   01730
  351.  
  352.  
  353.         I welcome all comments and suggestions concerning my programs.  I'd
  354.         like to know how you are using them, where you got them, and what
  355.         problems, bugs, or weaknesses you find.  If you tell me about
  356.         enhancements or changes you're interested in, I'll make an effort to
  357.         provide them.
  358.  
  359.         Anyone can order the latest version of my shareware programs directly
  360.         from me for a fee of $5.00.  Just send the order (make sure it
  361.         contains your mailing address) with your check to the above address.
  362.         You'll receive a 5 1/4 inch 360Kb floppy disk containing the latest
  363.         version of all my shareware products.  If you need other formats (5
  364.         1/4 inch 1.2Mb or 3 1/2 inch 720Kb or 1.44Mb) I can provide them.  If
  365.         you live outside North America, please send extra money for the
  366.         increased postage.
  367.  
  368.         All my programs are distributed as shareware.  Registration payments
  369.         are donated to Oxfam America, an international development and
  370.         disaster relief agency.  It's a worthy charity that I've been
  371.         supporting for many years.  As stated in Oxfam literature,
  372.  
  373.            "Oxfam America is an international agency that funds self-help
  374.            development projects and disaster relief in poor countries in
  375.            Africa, Asia, and Latin America, and also prepares and distributes
  376.            educational materials for people in the United States on the
  377.            issues of development and hunger.  The name "Oxfam" comes from the
  378.            Oxford Committee for Famine Relief, founded in England in 1942.
  379.            Oxfam America, based in Boston, was formed in 1970, and is one of
  380.            seven autonomous Oxfams around the world (Great Britain,
  381.            Australia, Belgium, Canada, Quebec, Hong Kong and the United
  382.            States).  Oxfam is a nonsectarian, nonprofit agency that neither
  383.            seeks or accepts U.S. government funds.  All contributions are
  384.            tax-deductible to the extent permitted by law."
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.                                       - 6 -
  392.  
  393.         For more information, you can phone Oxfam at 617-482-1211, or write
  394.         to them at:
  395.  
  396.                   Oxfam America
  397.                   26 West Street
  398.                   Boston, MA  02111-1206
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.                                       - 7 -